home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7.1 / 2001-04_-_Disc_7.1.iso / Data / Audio.swf / scripts / DefineButton2_18 / BUTTONCONDACTION on(release).as
Text File  |  2001-02-01  |  172b  |  12 lines

  1. on(release){
  2.    if(_level1.EasterEggIsOn == false)
  3.    {
  4.       stopAllSounds();
  5.    }
  6.    tellTarget("_root.textInfo")
  7.    {
  8.       stop();
  9.    }
  10.    gotoAndStop(2);
  11. }
  12.